home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Text Processing / BBEdit 2.5.6 Updater / ToolServer Support / Copy to MPW folder / BBEditShutdown next >
Text File  |  1994-02-13  |  804b  |  32 lines

  1. #    BBEditShutdown
  2. #    Version 2.5.4
  3. #    January 3, 1994
  4.  
  5. #    This script is invoked by BBEdit when it breaks the ToolServer
  6. #    connection. It should reside in the same folder as ToolServer.
  7.  
  8. #############################################################################
  9.  
  10. #    The commands in this section MUST NOT BE ALTERED, or the link between
  11. #    BBEdit and ToolServer will not function correctly.
  12.  
  13. Unset BBEditNBPObj
  14. Unset BBEditNBPType
  15. Unset BBEditNBPZone
  16. Unset BBEditPPCPortName
  17. Unset BBEditPPCClientName
  18. Unset BBEditIsRemote
  19. Unset BBEditExists
  20.  
  21. unalias File
  22. unalias Line
  23.  
  24. alias File Target
  25.  
  26. For __Startup__i in `(Files "{ShellDirectory}"BBEditShutdown•≈ || Set Status 0) ≥ dev:null`
  27.     Execute "{__Startup__i}"
  28. End
  29. Unset __Startup__i
  30.  
  31. #############################################################################
  32.